docs: add HTTP Service Discovery section to integrations page#2844
Merged
jan--f merged 3 commits intoprometheus:mainfrom Mar 12, 2026
Merged
docs: add HTTP Service Discovery section to integrations page#2844jan--f merged 3 commits intoprometheus:mainfrom
jan--f merged 3 commits intoprometheus:mainfrom
Conversation
Signed-off-by: Mihir Dixit <dixitmihir1@gmail.com>
jan--f
requested changes
Mar 11, 2026
Contributor
jan--f
left a comment
There was a problem hiding this comment.
Perhaps this section should also be mentioned on https://github.com/prometheus/prometheus/blob/main/docs/http_sd.md?
docs/operating/integrations.md
Outdated
|
|
||
| ## HTTP Service Discovery | ||
|
|
||
| The [HTTP service discovery](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint. |
Contributor
There was a problem hiding this comment.
Use the relative link here like in the other sections.
Suggested change
| The [HTTP service discovery](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint. | |
| The [HTTP service discovery](/docs/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint. |
Signed-off-by: Mihir Dixit <dixitmihir1@gmail.com>
Contributor
Author
|
@jan--f I've added a cross-reference to the new HTTP Service Discovery section over in Since that file lives in the main Let me know if this works! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new HTTP Service Discovery section to the integrations documentation
(
content/docs/operating/integrations.md), mirroring the existing"File Service Discovery" section.
Includes the community integrations referenced in #2561:
Formatting follows the existing integrations page structure.
Fixes #2561